home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6021 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: nntp.uio.no!solace!news
  2. From: cmh@lls.se (Magnus Holmgren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: CHIP RAM speed test results
  5. Date: 23 Mar 1996 12:26:42
  6. Organization: Programmers' Point
  7. Message-ID: <4j0p69$9f6@fizban.solace.mh.se>
  8. References: <4iogfh$e6i@serpens.rhein.de>
  9. NNTP-Posting-Host: arthur.lls.se
  10. Mime-Version: 1.2
  11. Content-Type: TEXT/PLAIN; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8BIT
  13. X-FTN-To: Michael van Elst
  14. X-Newsreader: Spot 1.3a #26/NetGate 1.2
  15.  
  16. In a message of 20 Mar 96, Michael wrote to :
  17.  
  18.  MvE> This is exactly why the move16 was implemented, to avoid the cost of
  19.  MvE> the copyback cache when doing bulk copies. Unfortunately it requires
  20.  MvE> that source and destination are properly aligned, something that is
  21.  MvE> difficult to achieve under AmigaOS.
  22.  
  23. It isn't that difficult if you allocate structs yourself, is it? Allocate
  24. some extra bytes, mask, and you're done..
  25.  
  26. And then it could be nice with some more information about the following
  27. section in the Enforcer docs:
  28.  
  29. +++ quote
  30. On the Amiga, MOVE16 is not supported 100%.  Causing an Enforcer hit
  31. with a MOVE16 will cause major problems and maybe cause Enforcer or
  32. your task to lock.  Since MOVE16 is not supported, this is not a
  33. major issue.  Just watch out if you are using this 68040
  34. instruction.  (Also, watch out for the 68040 CPU bug with MOVE16)
  35. +++ end quote
  36.  
  37. --
  38. Magnus Holmgren - Amiga programmer and enthusiast
  39.  
  40.  
  41.